@charset "utf-8";

.total-data {
	font-size: 14px;
	text-align: center;
}

.total-data .slg {
	font-size: 20px;
	padding: 15px 0;
}

.total-data .tab .item {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	padding: 0 15px;
	margin: 0 15px;
	cursor: pointer;
}

.total-data .tab .on,.total-data .tab .item:hover {
	background: #ff9000;
	color: #fff;
}

.data-list {
	display: none;
	overflow: hidden;
	padding: 15px 0 30px;
}

.data-list.on {
	display: block;
}

.data-list li {
	position: relative;
	float: left;
	width: 33%;
	height: 60px;
	text-align: center;
	border-right: 1px solid #ededed;
}

.data-list .tit {
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
	color: #999;
	text-indent: 48px;
}

.data-list .num {
	display: inline-block;
	vertical-align: middle;
	color: #999;
}

.data-list .num b {
	font-size: 30px;
	color: #4c4f53;
}

.data-list .ico {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 60px;
	height: 50px;
	background: url(img/ico.png) no-repeat;
}

.data-list li.data-deal .ico {
	background-position: 5px -50px;
}

.data-list li.data-amount {
	border-right: 0;
}

.data-list li.data-amount .ico {
	background-position: 3px -100px;
}

.ibj-header .index-a-d {
	overflow: hidden;
}

.ibj-header .ibj-header-bd .ui-header-entry {
	margin-right: 150px;
	_display: inline;
}

@media (max-width:1210px) {
	.zbj-grid {
		width: 990px;
	}

	.ibj-header .index-a-d img {
		margin-left: -70px;
	}

	.ibj-header .username {
		display: inline-block;
		max-width: 97px;
		height: 27px;
		font-family: arial;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.ibj-header .ibj-header-bd .ui-header-entry {
		margin-right: 0;
	}

	.hd-h2-tab .tab a {
		margin: 0 18px;
	}

	.task-list .list li {
		width: 48%;
		margin-right: 1.5%;
	}

	.step-tips dd .num,.step-tips dd .arr {
		margin: 0 3px;
	}

	.cool-case .case-first {
		margin-right: 0;
	}

	.cool-case .case-list {
		float: right;
		width: 695px;
		overflow: hidden;
	}

	.cool-case .case-list li {
		margin-right: 0;
		margin-left: 31px;
	}

	.cool-case .case-list li.ii {
		width: 430px;
	}

	.cool-case .case-last {
		display: none;
	}

	.hot-info .info-box {
		width: 309px;
	}

	.hot-info .info-list li.pt .pic img {
		width: 100px;
		height: 80px;
	}

	.hot-info .info-list li.pt .txt {
		height: 36px;
	}

	.hot-info .info-list li.pt .tit,.hot-info .info-list li.pt .txt,.hot-info .info-list li.pt .inf {
		margin-left: 115px;
	}

	.case-logo-wrap {
		width: 990px;
	}
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: auto 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block;
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}[hidden],template {
	display: none;
}

a {
	background: transparent;
}

a:active,a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 1.5em;
	margin: 1.67em 0;
}

mark {
	background: #ff0;
	color: #000000;
}

small {
	font-size: 80%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,kbd,pre,samp {
	font-family: monospace,monospace;
	font-size: 1em;
}

button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,select {
	text-transform: none;
}

button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type=checkbox],input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

.blue,a.blue {
	color: #5bc0de;
}

.yahei {
	font-family: "Microsoft YaHei",sans-serif;
}

.simsun {
	font-family: simsun,serif;
}

.split {
	display: inline-block;
	padding: 0 5px;
	color: #eeeeee;
}

.fr {
	float: right;
}

.fl {
	float: left;
	display: inline;
}

.hide-txt {
	visibility: hidden;
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
}

.hide {
	display: none;
}

.invisible {
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.icon-font {
	font-family: fontello;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

.zbj-grid {
	width: 1190px;
	margin: 0 auto;
	*zoom: 1;
}

.zbj-grid:before,.zbj-grid:after {
	display: table;
	line-height: 0;
	content: "";
}

.zbj-grid:after {
	clear: both;
}

.zbj-grid .main-wrap,.zbj-grid .sidebar {
	float: left;
}

.zbj-grid .main-wrap {
	width: 100%;
}

.zbj-grid .main {
	margin-right: 260px;
	min-height: 1px;
}

.zbj-grid .sidebar {
	width: 240px;
	margin-left: -240px;
}

.zbj-grid-inverse .main {
	margin-right: 0;
	margin-left: 260px;
}

.zbj-grid-inverse .sidebar {
	margin-left: -1190px;
}

.zbj-grid-990 {
	width: 990px;
}

.zbj-grid-990.zbj-grid-inverse .sidebar {
	margin-left: -990px;
}

.ui-footer-hd {
	padding: 30px 0;
	background: #363636;
	color: #999;
	margin-bottom: 15px;
}

.ui-footer-hd a {
	color: #999;
}

.ui-footer-hd dl {
	float: left;
	width: 16.5%;
	margin: 0;
}

.ui-footer-hd dt {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px;
	color: #ccc;
	font-family: "Microsoft YaHei",sans-serif;
}

.ui-footer-hd dd {
	margin-left: 0;
	line-height: 25px;
}

.ui-footer-hd .item-contact {
	text-align: center;
}

.ui-footer-hd .item-contact dt {
	font-size: 22px;
}

.ui-footer-hd .item-contact .item-chat {
	border-bottom: 1px solid #2a2a2a;
	padding-bottom: 5px;
	display: block;
}

.ui-footer-hd .item-contact .item-chat .zbj-bottomtip-pos {
	border: none;
	background-color: transparent;
	margin-top: 5px;
}

.ui-footer-hd .item-contact .item-chat .zbj-bottomtip {
	margin-left: -48px;
	padding: 0 5px;
	border-radius: 3px;
	background-color: #646464;
	color: #a9a9a9;
}

.ui-footer-hd .item-contact .item-chat .zbj-bottom-arrow {
	top: -10px;
	left: 42%;
	border-width: 5px;
	border-bottom-color: #646464;
}

.ui-footer-hd .item-contact .item-chat .zbj-bottom-arrow > i {
	top: 1px;
	border-width: 5px;
	border-bottom-color: #646464;
}

.ui-footer-hd .item-contact .item-sns {
	border-top: 1px solid #434343;
	padding-top: 5px;
}

.ui-footer-hd .item-contact .item-sns .ui-ico {
	margin-right: 5px;
}

.ui-footer-bd {
	text-align: center;
	padding-bottom: 20px;
}

.ui-footer-exlink,.ui-footer-sitelink {
	line-height: 30px;
}

.ui-footer-sitelink a {
	color: #666;
	font-size: 14px;
}

.ui-footer-exlink a {
	margin-right: 5px;
	color: #999;
}

.ui-footer-exlink .item-more {
	font-family: simsun;
}

.ui-footer-copyright {
	margin-bottom: 10px;
}

.ui-footer-copyright a {
	color: #999;
}

.ui-footer-gov a {
	display: inline-block;
	margin-left: 20px;
}

.ui-footer-gov a .item-txt {
	display: none;
}

.ui-footer-mini .ui-footer-hd {
	display: none;
}

.ui-ico {
	display: inline-block;
	margin-top: 1px;
	*margin-right: .3em;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url(img/global.png);
	background-repeat: no-repeat;
}

.ui-ico-sohu,.ui-ico-sina,.ui-ico-qq,.ui-ico-zhubajie,.ui-ico-wechat {
	width: 16px;
	height: 16px;
	background-position: -98px 0;
}

.ui-ico-sohu {
	background-position: -98px -22px;
}

.ui-ico-sina {
	background-position: -116px -22px;
}

.ui-ico-qq {
	background-position: -134px -22px;
}

.ui-ico-zhubajie {
	background-position: -117px 0;
}

.ui-ico-wechat {
	background-position: -134px 0;
}

.ui-ico-paypal {
	width: 18px;
	height: 18px;
	background-position: -98px 0;
	vertical-align: middle;
}

.ui-ico-rmb-large {
	width: 48px;
	height: 41px;
	background-position: -98px -40px;
}

.ui-ico-bao-large {
	width: 36px;
	height: 40px;
	background-position: -148px -40px;
}

.ui-ico-yan-large {
	width: 37px;
	height: 38px;
	background-position: -186px -40px;
}

.ui-ico-feed {
	width: 30px;
	height: 30px;
	background-position: -153px -3px;
}

.ui-ico-mobile {
	width: 30px;
	height: 30px;
	background-position: -175px -2px;
}

.ui-ico-cs {
	width: 80px;
	height: 140px;
	background-position: 0 0;
}

.ui-ico-cs-h {
	width: 136px;
	height: 32px;
	background-position: 0 -198px;
}

.ui-ico-toppig {
	width: 56px;
	height: 103px;
	background-position: -89px -93px;
}

.ui-ico-hotleft {
	background-image: none;
	padding: 1px 5px;
	background-color: #d9534f;
	color: #fff;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	margin-left: 5px;
	font-style: normal;
}

.ui-ico-hotleft:before {
	content: "";
	display: block;
	position: absolute;
	margin-top: 4px;
	margin-left: -11px;
	width: 0;
	height: 0;
	border: 3px solid;
	border-color: transparent #d9534f transparent transparent;
}

.ui-ico-hotright {
	position: relative;
	background-image: none;
	padding: 1px 5px;
	background-color: #d9534f;
	color: #fff;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	margin-left: 5px;
	font-style: normal;
}

.ibj-footer .ui-footer-info {
	margin-bottom: 50px;
}

.ibj-footer .ui-footer-info .list li {
	float: left;
	width: 24.5%;
	font-size: 12px;
	color: #999;
}

.ibj-footer .ui-footer-info .list .ico {
	float: left;
	width: 64px;
	height: 64px;
	background: url(img/footer-info-ico.png) no-repeat;
}

.ibj-footer .ui-footer-info .list .tit,.ibj-footer .ui-footer-info .list .txt {
	margin: 0;
	margin-left: 73px;
}

.ibj-footer .ui-footer-info .list .tit {
	font-size: 18px;
	color: #ebebeb;
	font-weight: normal;
	padding: 12px 20px 3px 0;
}

.ibj-footer .ui-footer-info .list li.item-02 .ico {
	background-position: -65px 0;
}

.ibj-footer .ui-footer-info .list li.item-03 .ico {
	background-position: -130px 0;
}

.ibj-footer .ui-footer-info .list li.item-04 .ico {
	background-position: -195px 0;
}

.ibj-footer .ui-footer-nav .item-new,.ibj-footer .ui-footer-nav .item-buyer,.ibj-footer .ui-footer-nav .item-saler,.ibj-footer .ui-footer-nav .item-safe {
	overflow: hidden;
}

.ibj-footer .ui-footer-nav .item-new dt,.ibj-footer .ui-footer-nav .item-buyer dt,.ibj-footer .ui-footer-nav .item-saler dt,.ibj-footer .ui-footer-nav .item-safe dt {
	margin-bottom: 15px;
}

.ibj-footer .ui-footer-nav .item-new dt i,.ibj-footer .ui-footer-nav .item-buyer dt i,.ibj-footer .ui-footer-nav .item-saler dt i,.ibj-footer .ui-footer-nav .item-safe dt i {
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: -4px;
	margin-right: 2px;
}

.ibj-footer .ui-footer-nav .item-new dd,.ibj-footer .ui-footer-nav .item-buyer dd,.ibj-footer .ui-footer-nav .item-saler dd,.ibj-footer .ui-footer-nav .item-safe dd {
	float: left;
	width: 49%;
	height: 24px;
	font-family: simsun,serif;
	line-height: 24px;
	overflow: hidden;
	font-size: 12px;
}

.ibj-footer .ui-footer-nav .item-new a,.ibj-footer .ui-footer-nav .item-buyer a,.ibj-footer .ui-footer-nav .item-saler a,.ibj-footer .ui-footer-nav .item-safe a {
	color: #dcdcdc;
}

.ibj-footer .ui-footer-nav .item-new a:hover,.ibj-footer .ui-footer-nav .item-buyer a:hover,.ibj-footer .ui-footer-nav .item-saler a:hover,.ibj-footer .ui-footer-nav .item-safe a:hover {
	text-decoration: underline;
}

.ibj-footer .ui-footer-nav .item-buyer dt i {
	width: 27px;
	background-position: -25px 0;
}

.ibj-footer .ui-footer-nav .item-saler dt i {
	width: 28px;
	background-position: -55px 0;
}

.ibj-footer .ui-footer-nav .item-safe dt i {
	width: 21px;
	background-position: -86px 0;
}

.ibj-footer .ui-footer-nav .item-app {
	text-align: center;
	border: 1px solid #4e4f52;
	border-width: 0 1px;
}

.ibj-footer .ui-footer-nav .item-app dt {
	display: none;
}

.ibj-footer .ui-footer-nav .item-app dd {
	line-height: 1.5;
	color: #838383;
}

.ibj-footer .ui-footer-nav .item-app dd p {
	padding-top: 8px;
}

.ibj-footer .ui-footer-nav .item-contact {
	text-align: left;
	position: relative;
}

.ibj-footer .ui-footer-nav .item-contact dt,.ibj-footer .ui-footer-nav .item-contact dd {
	width: 165px;
	margin: 0 auto;
	line-height: normal;
}

.ibj-footer .ui-footer-nav .item-contact dt {
	font-size: 20px;
	color: #aeaeaf;
	margin-bottom: 3px;
}

.ibj-footer .ui-footer-nav .item-contact .item-time {
	padding: 3px 0 10px;
}

.ibj-footer .ui-footer-nav .item-contact .ui-ico-cs-h {
	width: 136px;
	height: 25px;
	line-height: 25px;
	background: #f60;
	color: #fff;
	text-align: center;
	font-style: normal;
}

.ibj-footer .ui-footer-nav .item-contact .ui-ico-cs-h:hover {
	background: #ff9000;
}

.ibj-footer .ui-footer-nav .item-contact .item-chat,.ibj-footer .ui-footer-nav .item-contact .item-sns {
	border: 0;
}

.ibj-footer .ui-footer-nav .item-contact .item-sns {
	width: 136px;
	text-align: center;
}

.ibj-footer .ui-footer-nav .item-contact .item-weixin {
	width: 100px;
	text-align: center;
	position: absolute;
	top: -140px;
	background: #fff;
	padding: 10px;
	left: 30px;
	display: none;
}

.ibj-footer .ui-footer-nav .item-contact:hover .item-weixin {
	display: block;
}

#rk_right {
	padding-top: 50px;
	height: 504px;
	width: 129px;
	position: fixed;
	right: 0px;
	top: 88px;
	background-image: url(img/qqq.gif);
	background-repeat: no-repeat;
	verflow: hidden;
	font-family: "����";
	font-size: 13px;
	text-align: center;
}

#rk_right p {
	position: absolute;
	top: 3px;
	right: 5px;
	cursor: pointer;
}

#rk_right ul {
	margin: 0;
	padding: 0;
}

#rk_right li {
	list-style: none;
}

#rk_right ul.rk_uls li {
	height: 32px;
	line-height: 32px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #172c5f;
}

#rk_right ul.rk_uls li a {
	display: block;
	height: 32px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

#rk_right ul.rk_uls li a:hover {
	background: url(img/rk_hover.gif) no-repeat center;
}

.rk_rights {
	display: none;
	width: 139px;
	height: 320px;
	position: relative;
	top: -50px;
	left: -138px;
	padding-top: 10px;
}
.rk_rights li {
	width: 129px;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #172c5f;
}

#rkbm {
	height: 140px;
	width: 38px;
	overflow: hidden;
	position: fixed;
	right: 0px;
	top: 30%;
	display: none;
}

.rk_other {
	height: 35px;
	line-height: 35px;
	width: 129px;
}

.rk_other a {
	font-weight: bold;
	color: #fced03;
	text-decoration: none;
}

.rk_other a:hover {
	color: #fff;
	text-decoration: underline;
}